@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Roboto Condensed', sans-serif; */
/* font-family: 'Poppins', sans-serif; */

/* box-shadow:3px 3px 26px rgba(7,86,165,0.24); */
html {
    scroll-behavior: smooth!important;
  }


  /* <!-- ========== PRODUCT COMPARISON PAGE CSS STARTED========== --> */

/* <!-- ========== PRODUCT BANNER SECTION CSS ========== --> */

.giving-hero-section{
    padding-top: 127px;
}

.giving-hero-section img{
    width: 100%;
    height: auto;
}

/* <!-- ========== GIVING ABOUT SECTION CSS ========== --> */

.giving-about-section{
    margin:100px 0 120px 0;
}

.giving-about-section h2{
    font-size: 48px;
    color: #0756A5;
    margin-bottom: 40px;
    font-family:"Roboto Condensed",sans-serif;
    text-align: center;
}

.giving-about-section p{
    font-size: 24px;
    line-height: 48px;
    color: #333333;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 30px;
}


/* <!-- ========== GIVING GROW SECTION CSS ========== --> */

.giving-grow-section-content{
    display: flex;
    align-items: end;
    justify-content: end;
    position: relative;

}

.giving-grow-section .content-right .image-wrapper{
    max-width: 656px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.giving-grow-section .content-right img{
    border-radius: 0 10px 0 0;
    max-width: 100%;
    width: 100%;
    z-index: 1;
}

.giving-grow-section .content-right{
    flex-basis: 65%;
    padding: 120px 140px 120px 200px;
    background: #001833;
    border-radius: 10px 0 0 0 ;
}

.giving-grow-section .content-right .text-content{
  max-width: 590px;
}

.giving-grow-section .content-right .text-content h3{
    font-size: 48px;
    line-height: 56px;
    font-family:"Roboto Condensed",sans-serif;
    margin-bottom: 24px;
    color: #FFFFFF;
}

.giving-grow-section .content-right .text-content p{
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
}

.giving-grow-section ul{
    margin-top: 20px;
    padding-left: 40px;
}

.giving-grow-section ul li{
    list-style: disc;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 5px;
    font-weight: 600;
}

.giving-grow-section ul li a{
    color: #FFFFFF;
    text-decoration: underline;
}

.giving-grow-section ul li a:hover{
    color: #1989E8;
    text-decoration: underline;
}


/* <!-- ========== GIVING SMART-TOOL SECTION CSS ========== --> */

.giving-smartTool-section{
    padding: 150px 0;
    /* padding-block-start: relative; */
}

.giving-smartTool-section .left-content-wrapper{
    position: sticky;
    top: 150px;
}

.giving-smartTool-section .left-content-wrapper .left-content{
    padding-right: 15px;
}

.giving-smartTool-section .left-content-wrapper .left-content h3{
    font-size: 48px;
    line-height: 68px;
    margin-bottom: 40px;
    color: #0756A5;
}

.giving-smartTool-section .left-content-wrapper .left-content p{
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 25px;
}

.giving-links-text{
    color: #1989E8;
    font-size: 18px;
    line-height: 36px;
    text-decoration: underline;
}

.giving-links-text:hover,.giving-links-text:focus,.giving-links-text:active{
    text-decoration: underline;
}

.giving-smartTool-section .giving-cards-container{
    padding-left: 15px;
}

.giving-smartTool-section .giving-card{
    padding: 50px;
    background-color: rgba(7, 86, 165, 0.1);
    border-radius: 10px;
    margin-bottom: 150px;
}

.giving-smartTool-section .giving-card:last-child{
    margin-bottom: 0;
}

.giving-smartTool-section .giving-card-heading{
    font-size: 32px;
    color: #fff;
    font-family: "Poppins",sans-serif;
    border-radius: 7px;
    background-color: #0756A5;
    padding: 10px 15px;
    margin-bottom: 40px;
}

.giving-smartTool-section .giving-card p{
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 45px;
    padding-left: 15px;
    border-left: 4px solid #0756A5;
}

.giving-smartTool-section .giving-card p:last-child{
    margin-bottom: 0px;
}

.giving-smartTool-section .giving-card:nth-child(2){
    background-color: rgba(255, 137, 0, 0.1);
}

.giving-smartTool-section .giving-card:nth-child(2) .giving-card-heading{
    background-color: #FF8900;
}

.giving-smartTool-section .giving-card:nth-child(2) p{
    border-left: 4px solid #FF8900;
}

.giving-smartTool-section .giving-card:nth-child(3){
    background-color: rgba(209, 0, 0, 0.1);
}

.giving-smartTool-section .giving-card:nth-child(3) .giving-card-heading{
    background-color: #D10000;
}

.giving-smartTool-section .giving-card:nth-child(3) p{
    border-left: 4px solid #D10000;
}

.giving-smartTool-section .giving-card:nth-child(4){
    background-color: rgba(49, 85, 0, 0.1);
}

.giving-smartTool-section .giving-card:nth-child(4) .giving-card-heading{
    background-color: #315500;
}

.giving-smartTool-section .giving-card:nth-child(4) p{
    border-left: 4px solid #315500;
}

.giving-smartTool-section .giving-card:nth-child(5){
    background-color: rgba(81, 36, 165, 0.1);
}

.giving-smartTool-section .giving-card:nth-child(5) .giving-card-heading{
    background-color: #5124A5;
}

.giving-smartTool-section .giving-card:nth-child(5) p{
    border-left: 4px solid #5124A5;
}


/* <!-- ========== GIVING RESOURCE SECTION CSS ========== --> */

.giving-resource-section .col-md-5{
    padding-right: 0;
}

.giving-resource-section .left-content{
    width: 100%;
}

.giving-resource-section .left-content img{
    max-width: 100%;
}

.giving-resource-section .right-content{
    padding-left: 15px;
}

.giving-resource-section .right-content h3{
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 40px;
    color: #0756A5;
    font-family: "Roboto Condensed",sans-serif;
}

.giving-resource-section .right-content p{
    margin: 32px 0;
    font-size: 18px;
    color: #333333;
}

.giving-resource-section .right-content ul li{
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 25px;
}

.giving-resource-section .right-content ul li span{
    font-size: 18px;
    color: #333333;
}

.giving-resource-section .right-content ul li span .giving-links-text{
    font-size: 18px;
    line-height: unset;
}


/* <!-- ========== GIVING GOAL SECTION CSS ========== --> */

.giving-goal-section{
    margin: 100px 0;
}

.giving-goal-section .content{
    padding: 70px 85px;
    border-radius: 20px;
    background-color: #0756A5;
}

.giving-goal-section .content p{
    font-size: 54px;
    color: #fff;
    line-height: 75px;
    font-family: "Roboto Condensed",sans-serif;
}



/* <!-- ========== GIVING SLIDER SECTION CSS ========== --> */

.giving-slider-section{
    padding: 120px 0 120px;
    background-color: #001833;
}
.giving-slider-section .owl-controls{
    margin-top:12;
    margin-bottom: 0px;
}

.giving-slider-section .owl-controls .owl-dots .owl-dot span{
    width:10px;
    height:10px;
    background: rgba(255, 255, 255, 0.25);
    border:0;
    border-radius:50%;
    margin:8px;
}

.giving-slider-section .owl-controls .owl-dots .owl-dot.active span{
    background: #FFFFFF!important;
    width:10px;
    height:10px;
    transform: scale(1);
}

.giving-slider-section .owl-theme .owl-dots .owl-dot:hover span{
    background: rgba(255, 255, 255, 0.25);
}

.giving-slider-item h2{
    font-size: 48px;    
    line-height: 58px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
}

.giving-slider-item h2 a{
    color: #fff;
}

.giving-slider-item p{
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    margin-bottom:45px;
    font-family: "Poppins", sans-serif;
}


.giving-slider-pricing{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}


.giving-slider-pricing p{
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    margin-bottom:35px;
    font-family: "Roboto Condensed", sans-serif;
}


.giving-slider-pricing a{
    display: inline-block;
    cursor: pointer;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 90px;
    padding: 14px 23px;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.giving-slider-pricing a:hover{
    background: linear-gradient(270deg, #FF5500 0%, #FD7E3E 100%);
    border: 1px solid #FF5500;
    transition: all 0.3s ease;
}

/* <!-- ========== GIVING SIGNUP SECTION CSS ========== --> */

.giving-signup-section{
    margin: 120px 0 0 0;
}

.giving-signup-section .content{
    padding: 110px 5%;
    background-image: url(../images/giving-signup-img.webp);
    background-size: cover;
    background-position: center;
    text-align: center;
}

.giving-signup-section .content h3{
    font-family: "Roboto Condensed", sans-serif;
    color: #FFFFFF;
    font-size: 48px;
    margin-bottom: 50px;
}

.giving-signup-section .content a{
    display: inline-block;
    cursor: pointer;
    background: linear-gradient(270deg, #FF5500 0%, #FD7E3E 100%);
    border-radius: 80px;
    padding: 14px 110px;
    font-size: 32px;
    font-family: "Roboto Condensed",sans-serif;
    color: #fff;
}

.giving-signup-section .content a:hover {
    transform: scale(1.08);
    transition: transform 0.3s ease-in-out;
}

#giving-tuesday-register{
    padding-top: 75px!important;
}

/* <!-- ========== GIVING FAQ SECTION CSS ========== --> */

.giving-faq-section{
    margin: 100px 0;
}

.giving-faq-section h2{
    font-size: 48px;
    line-height: 52px;
    color: #0756A5;
    margin-bottom: 35px;
    font-family:"Roboto Condensed",sans-serif;
    text-align: center;
}

.giving-faq-section .tab-btns-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
}

.giving-faq-section .faq-tab-btn{
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #333333;
    padding: 13px 21px;
    border: 1px solid #D1D1D1;
    border-radius: 80px;
    background: #fff;
    cursor: pointer;
    white-space: nowrap;
}

.giving-faq-section .faq-tab-btn.active{
    color: rgba(7, 86, 165, 1);
    border: 1px solid rgba(7, 86, 165, 0.1);
    background: rgba(7, 86, 165, 0.1);
}

.giving-faq-section .faq-item {
    margin-bottom: 20px;
    padding: 11px 18px;
    min-height: 78px;
    background: var(--white);
    box-shadow: 0px 10px 30px 0px #0000000D;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.giving-faq-section .faq-question {
    width: 100%;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px 0;
}

.giving-faq-section .faq-question span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #333333;
    font-family: "Poppins", sans-serif;
}

.giving-faq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
}

.giving-faq-section .faq-answer p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #333333;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
}

.giving-faq-section .faq-answer p br{
    display: block;
    padding: 7px 0;
    content: "";
}

.giving-faq-section .faq-item.active {
    background: #F3F9FF;
}

.giving-faq-section .faq-item.active .faq-answer {
    max-height: 200px;
    opacity: 1;
}

.giving-faq-section .faq-item.active .faq-question span {
    color: #0756A5;
    font-weight: 600;
}

.giving-faq-section .faq-arrow {
    transition: transform 0.3s ease-in-out;
}

.giving-faq-section .faq-item.active .faq-arrow {
    transform: rotate(180deg);
}


/* <!-- ========== RESPONSIVE MEDIA QUERIES CSS ========== --> */
@media (min-width:2000px){
    .giving-grow-section .content-right .image-wrapper{
        left: 11%!important;
    }
}

@media (min-width:1640px){
    .giving-grow-section .content-right .image-wrapper{
        left: 5%;
    }
}

/* <!-- === RESPONSIVE 1340px STARTS HERE === --> */

@media (max-width:1340px){
    .giving-grow-section .content-right {
        padding: 120px 50px 120px 200px;
    }

    .giving-grow-section .content-right .image-wrapper {
        max-width: 590px;
    }
}



/* <!-- === RESPONSIVE 1198px STARTS HERE === --> */

@media (max-width:1198px){

    .giving-about-section{
        margin: 100px 0;
    }

    .giving-grow-section .content-right {
        padding: 70px 20px 70px 145px;
    }

    .giving-grow-section .content-right .image-wrapper {
        max-width: 470px;
    }

    .giving-goal-section .content p {
        font-size: 45px;
        line-height: 65px;
    }

    .giving-smartTool-section {
        padding: 100px 0;
    }

    .giving-slider-section{
        padding: 100px 0;
    }

    .giving-signup-section{
        margin: 100px 0 0 0;
    }

    .giving-signup-section .content h3 {
        font-size: 42px;
        margin-bottom: 46px;
    }

    .giving-signup-section .content a {
        padding: 10px 90px;
        font-size: 30px;
    }
    .giving-faq-section{
        margin: 100px 0;
    }
}

/* <!-- === RESPONSIVE 992PX STARTS HERE === --> */

@media (max-width:992px){
    .giving-hero-section{
        padding-top: 107px;
    }

    .giving-about-section {
        margin: 70px 0;
    }

    .giving-about-section h2{
        font-size: 40px;
        margin-bottom: 25px;
    }

    .giving-about-section p {
        font-size: 18px;
        line-height: 37px;
        padding: 0 10px;
    }

    .giving-grow-section .content-right .image-wrapper{
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 35px;
        max-width: 100%;
    }

    .giving-grow-section .content-right {
        padding: 70px 50px 70px 50px;
        flex-basis: 100%;
        border-radius: 0;
    }

    .giving-grow-section .content-right img{
        border-radius: 10px;
    }

    .giving-grow-section .content-right .text-content{
        max-width: 100%;
    }

    .giving-smartTool-section {
        padding: 70px 0;
    }

    .giving-smartTool-section .left-content-wrapper .left-content h3 {
        font-size: 29px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    .giving-smartTool-section .giving-cards-container {
        padding-left: 0px;
    }

    .giving-smartTool-section .giving-card {
        padding: 30px;
        margin-bottom: 150px;
    }

    .giving-smartTool-section .giving-card-heading {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .giving-smartTool-section .giving-card p {
        font-size: 16px;
        line-height: 31px;
        margin-bottom: 25px;
        padding-left: 12px;
    }

    .giving-resource-section .right-content h3 {
        font-size: 29px;
        line-height: 42px;
        margin-bottom: 25px;
    }

    .giving-resource-section .right-content p {
        margin: 25px 0;
        font-size: 16px;
    }

    .giving-resource-section .right-content ul li {
        gap: 15px;
        margin-bottom: 15px;
    }

    .giving-resource-section .right-content ul li img{
        width: 18px;
    }

    .giving-resource-section .right-content ul li span {
        font-size: 16px;
    }

    .giving-resource-section .right-content ul li span .giving-links-text{
        font-size: 16px;
    }

    .giving-goal-section {
        margin: 70px 0;
    }

    .giving-goal-section .content {
        padding: 50px 40px;
    }

    .giving-goal-section .content p {
        font-size: 36px;
        line-height: 58px;
    }

    .giving-slider-section {
        padding: 70px 0;
    }

    .giving-slider-item h2{
        font-size: 36px;
        line-height: 50px;
    }

    .giving-slider-item p{
        font-size: 16px;
        line-height: 30px;
    }

    .giving-signup-section{
        margin: 70px 0 0 0;
    }

    .giving-signup-section .content{
        padding: 70px 2%;
    }

    .giving-signup-section .content h3 {
        font-size: 33px;
        margin-bottom: 35px;
    }

    .giving-signup-section .content a {
        padding: 10px 70px;
        font-size: 24px;
    }

    .giving-faq-section{
        margin: 70px 0;
    }

    .giving-faq-section h2 {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 25px;
    }

    .giving-faq-section .tab-btns-wrapper{
        margin-bottom: 35px;
    }

    .giving-faq-section .faq-question span {
        font-size: 18px;
        line-height: 24px;
    }

    .giving-faq-section .faq-answer p {
        font-size: 14px;
        line-height: 28px;
    }
  
}

/* <!-- === RESPONSIVE ONLY 768px STARTS HERE === --> */

@media (max-width:768px){
    .giving-hero-section {
        padding-top: 0px;
    }
    #giving-tuesday-register{
        padding-top: 40px!important;
    }
}


/* <!-- === RESPONSIVE ONLY 767px STARTS HERE === --> */

@media (max-width:767px){

    .giving-grow-section .content-right .image-wrapper {
        max-width: 510px;
        margin-left: auto;
        margin-right: auto;

    }

    .giving-grow-section .content-right .text-content{
        max-width: 510px;
        margin-left: auto;
        margin-right: auto;
    }

    .giving-grow-section .content-right .text-content h3 {
        font-size: 42px;
        line-height: 55px;
    }

    .giving-grow-section .content-right .text-content p {
        font-size: 16px;
        line-height: 32px;
    }

    .giving-about-section {
        margin: 60px 0;
    }

    .giving-about-section h2{
        font-size: 36px;
        margin-bottom: 20px;
    }

    .giving-about-section p {
        font-size: 16px;
        line-height: 33px;
        padding: 0px;
    }

    .giving-smartTool-section {
        padding: 60px 0;
    }
    .giving-smartTool-section .left-content-wrapper .left-content{
        padding-right: 0;
        padding-bottom: 35px;
    }

    .giving-links-text {
        font-size: 16px;
        line-height: 30px;
    }

    .giving-smartTool-section .giving-card {
        margin-bottom: 35px;
    }

    .giving-smartTool-section .giving-card-heading {
        font-size: 25px;
    }

    .giving-resource-section .left-content{
        padding-right:15px;
        padding-bottom: 35px;
    }

    .giving-resource-section .right-content{
        padding-left: 0;
    }

    .giving-goal-section {
        margin: 60px 0;
    }

    .giving-goal-section .content {
        padding: 20px 15px;
    }

    .giving-goal-section .content p {
        font-size: 28px;
        line-height: 42px;
        text-align: center;
    }

    .giving-slider-section {
        padding: 60px 0;
    }

    .giving-slider-item h2{
        font-size: 26px;
        line-height: 38px;
    }

    .giving-signup-section{
        margin: 60px 0 0 0;
    }

    .giving-signup-section .content{
        padding: 50px 2%;
    }

    .giving-signup-section .content a {
        padding: 10px 70px;
        font-size: 24px;
    }
    .giving-slider-pricing {
        margin-top: 40px;
    }
    .giving-slider-pricing p {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    .giving-slider-pricing a {
        padding: 12px 23px;
        font-size: 20px;
        line-height: 20px;
    }
    .giving-faq-section{
        margin: 60px 0;
    }

    .giving-faq-section h2 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 20px;
    }

    .giving-faq-section .faq-item {
        padding: 5px 18px;
    }
}


/* <!-- === RESPONSIVE ONLY 575px STARTS HERE === --> */

@media (max-width:575px){
    .giving-grow-section .content-right {
        padding: 70px 20px 70px 20px;
    }
    .giving-grow-section ul{
        margin-top: 20px;
        padding-left: 30px;
    }
    .giving-slider-pricing {
        margin-top: 25px;
    }
    .giving-slider-pricing p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    .giving-slider-pricing a {
        font-size: 18px;
        line-height: 18px;
    }

    .giving-faq-section .tab-btns-wrapper{
        gap: 15px;
    }

}
